home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP10 / xIMAP10.dxr / 00239.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  141 b   |  9 lines

  1. on mouseUp
  2.   global gintClosedCaptionStatus
  3.   if gintClosedCaptionStatus > 0 then
  4.     exit
  5.   end if
  6.   hSound("click.aif")
  7.   go("field1")
  8. end
  9.